/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - STICKY
 *	+ CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER TOP
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - ELEMENTS
 *	+ RESPONSIVE
 *	 - LARGE DISPALY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES)
 *
 */


/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/

#page-wrapper {
    background-color: #fff;
}

.boxed {
    background: url(../../images/backgrounds/pattern-1.png) repeat top left;
}

.boxed #page-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 5px #323232;
    box-shadow: 0px 0px 5px #323232;
}

.boxed header.header-sticky {
    max-width: 1200px;
}

@media (min-width: 1400px) {
    .boxed #page-wrapper,
    .boxed header.header-sticky {
        max-width: 1350px;
    }
}


/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

header {
    position: relative;
}

#fullscreen header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: #fff;
}

#fullscreen #search-container.open+header {
    top: 84px;
}

header [class^="col-"] {
    position: static;
}

header .container {
    position: relative;
}


/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

#logo {
    margin: 5px 0;
}

#logo a {
    /*display: inline-block;*/
    max-width: 100%;
}

#logo img {
    max-width: 160px;
}


/**********************************************************************************
*   - compny-gst-dtl
********************************************************************************/

.d-flex {
    display: flex;
    align-items: center;
    justify-content:center ;
}

.compny-gst-dtl {
    margin-left: 20px;
}

.compny-gst-dtl>h2 {
    margin-bottom: 0px !important;
}

.compny-gst-dtl>p {
    margin-bottom: 0px !important;
    font-weight: 600;
}

.contact-mail {
    justify-content: flex-end;
    margin: 42px 0px;
}

.compny-contact>a {
    font-size: 14px;
    text-decoration: none;
    background-color: #8fbd37;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0px 5px;
    transition: all .3s ease;
}

.compny-contact>a:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0px 2px 2px #333;
}

.compny-contact a>i {
    font-size: 14px;
    margin-right: 6px;
}

.about-company {
    background-color: #3b3e43;
    padding: 10px 20px;
    margin-bottom:15px;
}

.about-company>h2 {
    color: #fff;
}

.about-company>h2:after,
.our-product>div>h2:after,
.about-biotexas>div>h2:after {
    content: "";
    border-bottom: 2px solid #8fbd37;
    display: block;
    width: 45px;
    margin-top: 4px;
}

.about-compny-desc-point>div>div {
    margin: 10px 0px;
}

.about-compny-desc-point>div>div>img {
    width: 40px;
}

.about-compny-desc-point>div>div>div>p {
    color: #fff;
    margin-bottom: 0px !important;
}

.about-compny-desc-point .about-compny-desc {
    position: absolute;
    top: 0px;
    left: 80px;
}


/*.get-quote-bg{
	background: url(../../images/products/get-quotes-bg-2.png);
	background-size: contain;
	background-repeat: ;
}*/

.get-quote {
    width: 50%;
    margin: 0px auto;
    /*background-color: #fff;*/
}

.get-quote h2 {
    margin-top: 10px;
}

.get-quote form input {
    margin: 10px 0px;
    border-radius: 4px;
    background-color: #fff;
}

.get-quote form textarea {
    background-color: #fff;
    border-radius: 4px;
}

.get-quote form .send-enq {
    text-decoration: none;
    background-color: #8fbd37;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    display: block;
    margin: 10px 0px;
    transition: all .3s ease;
}

.get-quote form .send-enq:hover {
    background-color: #2a7200;
    color: #fff;
}

.about-biotexas .bsic-info table th {
    background-color: rgba(43, 42, 41, 0.1);
}

@media screen and (min-device-width: 1180px) and (max-device-width: 1325px) {
    .compny-contact>a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1179px) {
    .compny-contact>a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .compny-gst-dtl>h2 {
        font-size: 18px;
    }
}

@media screen and (min-device-width: 915px) and (max-device-width: 1023px) {
    .compny-contact>a {
        font-size: 16px;
        padding: 10px 40px;
    }
    .contact-mail {
        margin: 20px 0px;
    }
}

@media screen and (min-device-width: 896px) and (max-device-width: 911px) {
    .contact-mail {
        justify-content: space-evenly;
        margin: 0px 0px 20px 0px;
    }
    .compny-contact>a {
        font-size: 18px;
        padding: 10px 40px;
    }
    .compny-contact a>i {
        font-size: 18px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 740px) and (max-device-width: 767px) {
    .contact-mail {
        justify-content: space-evenly;
        margin: 0px 0px 20px 0px;
    }
    .compny-contact>a {
        font-size: 18px;
        padding: 10px 40px;
    }
    .compny-contact a>i {
        font-size: 18px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 667px) and (max-device-width: 719px) {
    .contact-mail {
        justify-content: space-evenly;
        margin: 0px 0px 20px 0px;
    }
    .compny-contact>a {
        font-size: 18px;
        padding: 10px 40px;
    }
    .compny-contact a>i {
        font-size: 18px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 640px) and (max-device-width: 652px) {
    .contact-mail {
        justify-content: space-evenly;
        margin: 0px 0px 20px 0px;
    }
    .compny-contact>a {
        font-size: 18px;
        padding: 10px 40px;
    }
    .compny-contact a>i {
        font-size: 18px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width: 539px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 14px;
        padding: 8px 20px;
    }
    .compny-contact a>i {
        font-size: 14px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 414px) and (max-device-width: 479px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .compny-contact a>i {
        font-size: 12px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 390px) and (max-device-width: 410px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .compny-contact a>i {
        font-size: 12px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 375px) and (max-device-width: 389px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .compny-contact a>i {
        font-size: 12px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 374px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 12px;
        padding: 8px 10px;
    }
    .compny-contact a>i {
        font-size: 12px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 359px) {
    #logo {
        margin: 10px 0px 0px 0px;
    }
    .header-logo .d-flex{
        display: block;
    }
    .compny-gst-dtl {
        /*margin-left: 10px;*/
        margin: 5px auto;
        text-align: center;
    }
    .compny-gst-dtl>h2 {
        font-size: 12px;
        line-height: 20px;
    }
    .compny-gst-dtl>p {
        font-size: 10px;
    }
    .contact-mail {
        justify-content: space-evenly;
        margin: 10px 0px;
    }
    .compny-contact>a {
        font-size: 10px;
        padding: 8px 10px;
    }
    .compny-contact a>i {
        font-size: 10px;
        margin-right: 6px;
    }
    .tp-bullets {
        bottom: 30px !important;
    }
    #mobile-menu-button {
        margin-top: 10px !important;
    }
    .get-quote {
        width: 80%;
        margin: 20px auto;
    }
}

.marquee {
    height: px;
    overflow: hidden;
    position: relative;
    background: transparent;
    color: #333;
    /*border: 1px solid #4a4a4a;*/
}

.marquee span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 20px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 10s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


/* width */

::-webkit-scrollbar {
    width: 4px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #3b3e43;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #8fbd37;
}


/***********************************************************************************
 *	- MENU
 ***********************************************************************************/

.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-section .menu {
    margin-top: 0px !important;
}

.menu {
    float: left;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu>li {
    float: left;
}

.menu li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2b2a29;
}

.menu>li>a {
    position: relative;
    padding: 10px 20px 10px 20px;
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu>li:last-child>a {
    margin-right: 0;
}

.menu li a:hover,
.menu li.active>a,
.menu li.sfHover>a {
    color: #8fbd37;
    text-decoration: none;
}

.menu li.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    width: 240px;
    padding: 25px 0;
    border: 1px solid #d7d7d7;
    border-top: 2px solid #8fbd37;
    background-color: #fff;
    max-height: 400px;
    overflow-y: scroll;
}

.menu li.dropdown ul li a {
    padding: 10px 25px;
}

.menu li.dropdown ul li a:before {
    display: inline-block;
    color: #8fbd37;
    border: 1px solid #8fbd37;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding-left: 1px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    font-family: "FontAwesome";
    content: "";
    margin-right: 10px;
}

.menu li.dropdown ul ul {
    top: -1px;
    left: 100%;
    margin-top: -27px;
}

.menu li.dropdown:hover>ul {
    display: block;
}

.menu li.megamenu .megamenu-container {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    display: none;
    z-index: 2000;
    border: 1px solid #d7d7d7;
    border-top: 2px solid #8fbd37;
    background: #fff url(../../images/backgrounds/bg-megamenu.jpg) no-repeat center center;
    padding: 40px 20px 35px;
}

.megamenu-container .section {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.megamenu-container .section h5 {
    margin-bottom: 30px;
}

.megamenu-container .section ul li a {
    padding: 5px 0;
    display: inline-block;
}

.megamenu-container .section ul li a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #8fbd37;
    border: 1px solid #8fbd37;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding-left: 2px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    font-family: "FontAwesome";
    content: "";
    margin-right: 10px;
}

.megamenu-container.col-2 .section {
    width: 50%;
}

.megamenu-container.col-3 .section {
    width: 33.33333333%;
}

.megamenu-container.col-4 .section {
    width: 25%;
}

.megamenu-container.col-5 .section {
    width: 20%;
}

.menu li.megamenu:hover>.megamenu-container {
    display: block;
}

.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #3b3e43;
    margin-top: -24px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sf-arrows>li:hover>.sf-with-ul:after {
    border-top-color: #8fbd37;
}

.sf-arrows ul .sf-with-ul:after {
    border-color: transparent;
    border-left-color: #3b3e43;
    margin-top: -5px;
    margin-right: 4px;
}

.sf-arrows ul li:hover>.sf-with-ul:after {
    border-left-color: #8fbd37;
}

.menu.nav>li>a:hover,
.menu.nav>li>a:focus {
    background-color: transparent;
}

.menu.nav>li>a:focus {
    color: #3b3e43;
}

.menu.nav>li.active>a {
    color: #8fbd37;
}


/* MENU DARK */

.menu.dark li.dropdown ul {
    background-color: #3b3e43;
    color: #fff;
}

.menu.dark li.megamenu .megamenu-container {
    background: #3b3e43 url(../../images/backgrounds/bg-megamenu-dark.jpg) no-repeat center center;
    color: #fff;
}

.menu.dark li.dropdown ul li>a,
.menu.dark li.megamenu .megamenu-container a {
    color: #fff;
}

.menu.dark li.dropdown.sfHover>a,
.menu.dark li.dropdown ul li>a:hover,
.menu.dark li.megamenu .megamenu-container a:hover {
    color: #8fbd37;
}


/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/

#mobile-menu-button {
    float: right;
    display: none;
    font-size: 32px;
    line-height: 32px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-menu-button:hover {
    background-color: #8fbd37;
    color: #fff;
}

#mobile-menu,
#mobile-menu ul {
    list-style: none;
    display: none;
    margin: 0;
    background-color: #8fbd37;
    color: #fff;
    visibility: visible;
}

#mobile-menu li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

#mobile-menu ul a {
    padding-left: 40px;
}

#mobile-menu ul ul a {
    padding-left: 60px;
}

#mobile-menu .megamenu-container {
    display: none;
    margin-left: 0;
}

#mobile-menu .megamenu-container .section {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

#mobile-menu .megamenu-container .section:last-child {
    margin-bottom: 0;
}

#mobile-menu .megamenu-container .section h5 {
    margin-bottom: 5px;
}

#mobile-menu .megamenu-container .section ul {
    display: block;
    margin: 0 -20px;
}

#mobile-menu .megamenu-container .section ul a {
    padding-left: 10px;
}

#mobile-menu li.dropdown>a,
#mobile-menu li.megamenu>a {
    position: relative;
}

#mobile-menu li.dropdown>a:after,
#mobile-menu li.megamenu>a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    margin-top: -2px;
    content: "";
}

#mobile-menu li.dropdown>a.open:after,
#mobile-menu li.megamenu>a.open:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
}


/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/

a.search-button+nav {
    margin-right: 40px;
}

a.search-button {
    position: absolute;
    top: 48px;
    right: 15px;
    text-decoration: none;
    color: #3b3e43;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.search-button:before {
    font-family: "miu-icon-font";
    content: "";
}

a.search-button.open:after {
    position: absolute;
    top: -48px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #3b3e43;
    content: "";
    -moz-transform: scale(0.9999);
}

a.search-button.open,
a.search-button:hover {
    background-color: #8fbd37;
    color: #fff;
}

#search-container {
    position: relative;
    display: none;
    padding: 30px 0 20px 0;
    background-color: #3b3e43;
    color: #fff;
    text-align: center;
}

#search-container input[type="text"] {
    background-color: transparent;
    border: none;
    width: 75%;
    margin: 0 auto;
}


/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

#header-sticky [class^="col-"] {
    position: static;
}

#header-sticky .container {
    position: relative;
}

#header-sticky {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    z-index: 8000;
    box-shadow: 0 1px 3px #d7d7d7;
}

.header-sticky #logo {
    margin: 10px 0;
}

.header-sticky #logo img {
    max-width: 150px;
    display: inline-block;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
}

.header-sticky .menu {
    margin-top: 30px;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
}

.header-sticky .menu li>a {
    padding-bottom: 20px;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
}

.header-sticky .sf-arrows .sf-with-ul:after {
    margin-top: -8px;
}

.header-sticky a.search-button {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-sticky {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    #header-sticky {
        visibility: hidden;
    }
}


/***********************************************************************************
 *	+ CONTENT
 ***********************************************************************************/


/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/

#page-header {
    padding: 25px 0;
    margin-bottom: 0px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#page-header h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #8fbd37;
}

#page-header.dark-1 {
    background-color: #3b3e43;
    color: #fff;
}

#page-header.dark-2 {
    padding: 50px 0;
    background: url(../../images/backgrounds/bg-3.jpg) no-repeat center center;
    color: #fff;
}

#page-header.dark-1 .breadcrumb li a,
#page-header.dark-2 .breadcrumb li a {
    color: #fff;
}

#page-header.dark-1 .breadcrumb li a:hover,
#page-header.dark-2 .breadcrumb li a:hover {
    color: #8fbd37;
}

#page-header.dark-1 .breadcrumb li.active,
#page-header.dark-2 .breadcrumb li.active {
    color: #8fbd37;
}


/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/

footer {}


/***********************************************************************************
 *	- FOOTER TOP
 ***********************************************************************************/

#footer-top {
    background-color: #f1f1f1;
}

#footer-top .widget:first-child {
    padding-top: 30px;
}

#footer-top .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
}

#footer-top .widget-social {
    text-align: center;
}

#footer-top .widget-social a {
    margin-right: 65px;
}

#footer-top .social-media a:last-child {
    margin-right: 0;
}


/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/

#footer {
    padding: 20px 0 10px 0;
    background-color: #3b3e43;
    color: #d7d7d7;
}

#footer a {
    color: #d7d7d7;
}

#footer a:hover {
    color: #8fbd37;
}

#footer .widget-title {
    text-transform: none;
}

#footer .widget-search input[type="submit"] {
    background-image: url(../../images/backgrounds/search-2.png);
}

#footer .widget-newsletter input[type="submit"] {
    background-image: url(../../images/backgrounds/arrow-2.png);
}

#footer .widget-calendar table th,
#footer .widget-calendar table td {
    border-color: #fff;
}

#footer .flickr-photos {
    margin: -7.5px -7.5px 25px;
}

#footer .flickr_badge_image {
    padding: 7.5px;
}

.flickr_badge_image img {
    width: 77px;
}


/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/

#footer-bottom {
    background-color: #2b2e31;
    color: #585c62;
}

#footer-bottom a {
    color: #585c62;
}

#footer-bottom a:hover {
    color: #8fbd37;
}

#footer-bottom .widget:first-child {
    padding-top: 10px;
}

#footer-bottom .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
}


/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/


/***********************************************************************************
 *	- HOME
 ***********************************************************************************/

#home.full-section,
#home-video-section,
#home.bannercontainer {
    margin-bottom: 0;
}


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/

.about-me {
    margin-bottom: 50px;
    text-align: center;
}

.about-me-thumbnail {
    border: 1px solid #d7d7d7;
    position: relative;
    margin-bottom: 50px;
}

.about-me-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.about-me-thumbnail .social-media {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    padding: 10px 0;
    background-color: #3b3e43;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.about-me-thumbnail .social-media a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

.about-me-details h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.about-me-details h5 {
    font-weight: 400;
    color: #8fbd37;
}

.about-me:hover .about-me-thumbnail .social-media {
    opacity: 1;
    bottom: 40px;
}

#about {
    padding-top: 100px;
}

#about .headline.style-3 {
    margin-top: 0;
}


/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/


/* STYLE 1 */

.services-boxes.style-1 {
    text-align: center;
    margin-bottom: 30px;
}

.services-boxes.style-1 .services-boxes-content {}

.services-boxes.style-1 h5,
.services-boxes.style-1 h2 a {
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.services-boxes.style-1:hover h5,
.services-boxes.style-1:hover h2 a {
    color: #8fbd37;
}


/* STYLE 2 */

.services-boxes.style-2 {
    margin-bottom: 50px;
}

.services-boxes.style-2 h3 {
    margin-bottom: 25px;
    font-weight: 600;
}

.services-boxes.style-2 h3 small {
    display: block;
    font-size: 12px;
    color: #8fbd37;
}


/* STYLE 3 */

.services-boxes.style-3 {
    margin-bottom: 50px;
}

.services-boxes.style-3>i {
    font-size: 32px;
    line-height: 32px;
    color: #8fbd37;
}

.services-boxes.style-3 .services-boxes-content h3 {
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
}

.services-boxes.style-3 .services-boxes-content h3:after {
    position: absolute;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #8fbd37;
    width: 50px;
    content: "";
}

.services-boxes.style-3.icon-left {
    padding-left: 20px;
}

.services-boxes.style-3.icon-right {
    padding-right: 20px;
}

.services-boxes.style-3.icon-left>i {
    float: left;
}

.services-boxes.style-3.icon-right>i {
    float: right;
}

.services-boxes.style-3.icon-left .services-boxes-content {
    margin-left: 80px;
}

.services-boxes.style-3.icon-right .services-boxes-content {
    text-align: right;
    margin-right: 80px;
}

.services-boxes.style-3.icon-left .services-boxes-content h3:after {
    left: 0;
}

.services-boxes.style-3.icon-right .services-boxes-content h3:after {
    right: 0;
}


/* STYLE 4 */

.services-boxes.style-4 {
    margin-bottom: 50px;
}

.services-boxes.style-4 h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.services-boxes.style-4 h3 {
    font-weight: 600;
    line-height: 34px;
    padding-top: 7px;
    margin-bottom: 0;
}

.services-boxes.style-4 h3 small {
    display: block;
    color: #8fbd37;
    font-size: 13px;
    font-weight: 400;
}

#services {
    padding-top: 100px;
}

#services .headline.style-3 {
    margin-top: 0;
}


/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/

.portfolio-item {
    margin-bottom: 50px;
}

.portfolio-item-thumbnail {
    position: relative;
}

.isotope .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item-thumbnail+.portfolio-item-description {
    margin-top: 50px;
}

.portfolio-item-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 62, 67, 0.85);
    opacity: 0;
    text-align: center;
    color: #8fbd37;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item-description h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.portfolio-item-description h5 {
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.portfolio-item-hover .portfolio-item-description h5 {
    text-transform: uppercase;
}

.portfolio-item-hover .portfolio-item-description h3 a {
    color: #fff;
}

.portfolio-item-description h3 a:hover {
    color: #8fbd37;
}

.portfolio-item-hover a.zoom-action {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 20px;
    line-height: 20px;
    margin-left: -8px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
    transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
}

.portfolio-item-hover a.zoom-action:hover {
    color: #fff;
}

.portfolio-item:hover .portfolio-item-hover {
    opacity: 1;
    margin: 10px;
}

.portfolio-item-description {
    text-align: center;
}

.portfolio-item-hover .portfolio-item-description {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.portfolio-item:hover a.zoom-action {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item:hover .portfolio-item-description+a.zoom-action {
    top: 35%;
}


/* PORTFOLIO CLASSIC */

.portfolio-item.classic .portfolio-item-description {
    margin-top: 30px;
    text-align: left;
}

.portfolio-item.classic .portfolio-item-description h3 a {
    color: #3b3e43;
}

.portfolio-item.classic .portfolio-item-description h3 a:hover {
    color: #8fbd37;
}

.portfolio-item.classic .portfolio-item-description h3 {
    font-weight: 600;
}

.portfolio-item.classic .portfolio-item-description h5 {
    font-weight: 700;
    color: #8fbd37;
    margin-bottom: 20px;
}


/* PORTFOLIO PARALLAX */

.portfolio-item.parallax {
    height: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.portfolio-item.parallax .pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../../images/backgrounds/pattern.png) repeat top left;
}

.portfolio-item.parallax .portfolio-item-description {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item.parallax .portfolio-item-description h1 {
    margin-bottom: 0;
}

.portfolio-item.parallax .portfolio-item-description h1 a {
    color: #fff;
}

.portfolio-item.parallax .portfolio-item-description h1 a:hover {
    color: #8fbd37;
}

.portfolio-item.parallax .portfolio-item-description h2 {
    font-size: 30px;
    font-weight: 700;
    color: #8fbd37;
    margin-bottom: 40px;
}

.portfolio-item.parallax .portfolio-item-description h3 {
    font-weight: 700;
    color: #8fbd37;
    margin-bottom: 0;
}


/* PROJECT DETAILS */

.project-details {
    list-style: none;
    margin-bottom: 20px;
}

.project-details li {
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.project-details li:last-child {
    margin-bottom: 0;
}

.project-details li small {
    font-size: 11px;
    color: #8fbd37;
    margin-left: 10px;
}

#portfolio {
    padding-top: 100px;
}

#portfolio .headline.style-3 {
    margin-top: 0;
}


/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/


/* BLOG ARTICLE */

.blog-article {
    margin-bottom: 0px;
    margin-top: 20px;
}

.blog-article-thumbnail {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-article-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.blog-article-thumbnail:hover img {
    transform: scale(1.2);
}

.blog-article-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: all 0.3s;
}

.blog-article-thumbnail .zoom-action {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    opacity: 0;
    transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
}


/*.blog-article-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 62, 67, 0.85);
	opacity: 0;
	text-align: center;
	color: #8fbd37;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-article-hover .zoom-action {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
	transition: top 0.3s 0.2s, opacity 0.3s 0.2s;
}

.blog-article .blog-article-hover .zoom-action:hover {
	color: #8fbd37;
}

.blog-article:hover .blog-article-hover .zoom-action {
	opacity: 1;
	top: 50%;
}

.blog-article:hover .blog-article-hover {
	opacity: 1;
	margin: 20px;
}*/

.blog-article-details {
    margin-bottom: 16px;
}

.blog-article-details h4,
.blog-article-details h6 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #8fbd37;
}

.blog-article-details h4 {
    font-size: 14px;
}

.blog-article-details h2,
.blog-article-details h3 {
    margin-bottom: 8px;
    font-weight: 700;
}

.blog-article-details h3 {
    font-size: 14px;
}

.blog-article-details p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-article-details p i {
    margin: 0 7px;
}

.blog-article-details p i:first-child {
    margin-left: 0;
}

.blog-article-author {
    border: 1px solid #d7d7d7;
    padding: 40px;
    margin: 75px 0;
}

.blog-article-author>p {
    float: left;
    margin-right: 40px;
    text-transform: uppercase;
    color: #8fbd37;
}

.blog-article-author>p img {
    display: block;
    border-radius: 50%;
    margin-bottom: 10px;
}

.blog-article-author-details {
    padding-top: 15px;
}

.blog-article-author-details h4 {
    color: #8fbd37;
    font-weight: 700;
}


/* BLOG POST COMMENT */

.commentlist-title {
    font-weight: 600;
}

.commentlist-title:after {
    content: "";
    border-bottom: 2px solid #8fbd37;
    width: 45px;
    margin-top: 15px;
    display: block;
}

.commentlist,
.commentlist ul {
    list-style: none;
}

.commentlist {
    margin: 75px 0;
}

.commentlist ul {
    margin-left: 90px;
}

.commentlist li {}

.comment-body {
    margin-bottom: 50px;
}

.comment-meta {}

.comment-author {
    display: inline-block;
    margin-right: 30px;
}

.comment-author .avatar {
    border-radius: 50%;
    margin-right: 45px;
    vertical-align: top;
}

.comment-author .fn {
    text-transform: uppercase;
    font-weight: 700;
    color: #3b3e43;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    display: inline-block;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #d7d7d7;
}

.comment-content {
    margin-left: 130px;
    margin-top: -45px;
}

.reply {
    margin-left: 130px;
    text-transform: uppercase;
}


/* BLOG POST COMMENT FORM */

.commentform-title {
    font-weight: 600;
}

.commentform-title:after {
    content: "";
    border-bottom: 2px solid #8fbd37;
    width: 45px;
    margin-top: 15px;
    display: block;
}

#commentform {
    margin: 50px 0;
}

#commentform label {
    display: none;
}

#commentform input[type="text"],
#commentform textarea {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    width: 90%;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus {
    border-bottom-color: #3b3e43;
    outline: 0;
}

#commentform input[type="submit"]:hover {
    background-color: #3b3e43;
}

#blog {
    padding-top: 100px;
}

#blog .headline.style-3 {
    margin-top: 0;
}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/

#contact-form {
    margin-bottom: 50px;
}

#contact-form input[type="text"],
#contact-form textarea {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
}

#contact-form textarea {
    margin-bottom: 40px;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    border-bottom-color: #3b3e43;
    outline: 0;
}

#contact-form input[type="submit"]:hover {
    background-color: #3b3e43;
}

#contact-form label.error {
    display: block;
    color: #f00;
}


/***********************************************************************************
 *	- ELEMENTS
 ***********************************************************************************/

.elements-menu.elements-menu-sticky {
    position: fixed !important;
    top: 70px !important;
    background-color: #fff;
    z-index: 99999;
}

.elements-menu {
    z-index: 1;
    background-color: #fff;
    padding: 20px;
}

.elements-menu .nav {
    list-style: none;
    margin-top: 80px;
}

.elements-menu .nav>li>a,
.elements-menu .nav>li>a:focus {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    color: #3b3e43;
    font-weight: 700;
    text-decoration: none;
}

.elements-menu .nav>li>a:hover,
.elements-menu .nav>li.active>a {
    color: #8fbd37;
    background-color: transparent;
}

.elements-menu .nav>li>a:focus {
    background-color: transparent;
}

.elements-section {
    padding-top: 80px;
}


/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/


/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/

@media (min-width: 1200px) {
    #search-container input[type="text"] {
        width: 60%;
    }
    .menu>li>a {
        margin-right: 20px;
    }
    .services-boxes.style-4 h3 {
        padding-top: 20px;
    }
    .portfolio-item:hover .portfolio-item-hover {
        margin: 20px;
    }
    #footer-top .widget-social a {
        margin-right: 85px;
    }
}


/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
    #fullscreen header {
        position: relative;
    }
    .menu {
        display: none;
    }
    #mobile-menu-button {
        display: block;
    }
    a.search-button+nav {
        margin-right: 0;
    }
    a.search-button {
        top: 50px;
        right: 75px;
    }
    a.search-button.open:after {
        top: -50px;
    }
    #fullscreen #search-container.open+header {
        top: 0;
    }
    .about-me-thumbnail .btn {
        bottom: 10px;
    }
    .portfolio-item.classic .portfolio-item-description {
        margin-top: 0;
    }
    .elements-menu.elements-menu-sticky {
        width: 180px;
    }
    #footer-top .widget-social a {
        margin-right: 40px;
    }
    #footer .flickr-photos {
        margin: -5px -5px 25px;
    }
    #footer .flickr_badge_image {
        padding: 5px;
    }
    .flickr_badge_image img {
        width: 73px;
    }
}


/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/

@media (max-width: 767px) {
    #fullscreen header {
        position: relative;
    }
    #logo {
        /*margin-right: 100px;*/
    }
    .menu {
        display: none;
    }
    #mobile-menu-button {
        position: absolute;
        top: 0;
        right: 20px;
        display: block;
    }
    a.search-button {
        top: 50px;
        right: 75px;
    }
    a.search-button.open:after {
        top: -50px;
    }
    #search-container input[type="text"] {
        width: 90%;
    }
    #fullscreen #search-container.open+header {
        top: 0;
    }
    #page-header .breadcrumb {
        display: none;
    }
    .services-boxes.style-3.icon-right .services-boxes-content {
        text-align: left;
        margin-right: 0;
        margin-left: 60px;
    }
    .services-boxes.style-3.icon-right>i {
        float: left;
    }
    .services-boxes.style-3.icon-left .services-boxes-content {
        margin-left: 60px;
    }
    .services-boxes.style-3.icon-right .services-boxes-content h3:after {
        left: 0;
    }
    .services-boxes.style-3.icon-left {
        padding-left: 0;
    }
    .services-boxes.style-3.icon-right {
        padding-right: 0;
    }
    .portfolio-item.parallax {
        height: 500px;
    }
    .blog-article-details p i {
        margin-left: 0;
    }
    .blog-article-author {
        padding-bottom: 20px;
    }
    .blog-article-author>p {
        float: none;
        margin-right: 0;
    }
    .commentlist ul {
        margin-left: 20px;
    }
    .comment-author,
    .comment-author .avatar {
        display: block;
        margin-right: 0;
    }
    .comment-content {
        margin: 0;
    }
    .reply {
        margin-left: 0;
    }
    .elements-menu {
        display: none;
    }
    #commentform input[type="text"],
    #commentform textarea {
        width: 100%;
    }
    #footer-top .widget-social a {
        display: inline-block;
        margin: 5px 10px;
    }
}


/*.product-heading{
	height: 140px;
}*/

.product-heading h2 {
    text-align: center;
    color: #8fbd37;
    margin: 52px 0px;
    /*margin: auto ;*/
}

.vision-mission {
    margin-top: 40px;
}

.vision-mission .icon-sect {}

.vision-mission .icon-sect i {
    font-size: 60px;
    border: 4px solid #8fbd37;
    color: #8fbd37;
    padding: 30px;
    border-radius: 50%;
    transform: scale(1);
    /*transform: rotate(0deg);*/
    transition: all .3s ease-in-out;
}

.vision-mission .vision:hover .icon-sect i,
.vision-mission .mission:hover .icon-sect i {
    border: 4px solid #2a7200;
    color: #2a7200;
    transform: scale(1.2);
    /*	transform: rotate(360deg);*/
}

.vision-desc h1,
.mission-desc h1 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
    color: ;
    margin-top: 20px;
}

.btn-contact {
    text-decoration: none;
    background-color: #8fbd37;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 10px 40px;
    display: block;
    border: none;
    margin: 10px 0px;
    transition: all .3s ease;
}
.widget-contact {
    margin-bottom: 15px;
}